Call bootstage_relocate() after malloc is initted
authorDoug Anderson <[email protected]>
Wed, 17 Apr 2013 16:13:42 +0000 (16:13 +0000)
committerSimon Glass <[email protected]>
Mon, 13 May 2013 20:33:21 +0000 (13:33 -0700)
commit158e7d059c3493f33147d4027dfa0306e1bd1179
tree7bf8ae9a4c6432117f9ca4ab83fec205dc67f9b4
parent150678a5820bed338c1c8de570c451bc77c15900
Call bootstage_relocate() after malloc is initted

In a previous CL we added the bootstage_relocate(), which should be
called after malloc is initted.  Now we call it on generic board.

Signed-off-by: Doug Anderson <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
common/board_r.c